home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_xmouse < _bb._x)
- {
- _parent.vvIndex -= 4;
- if(_parent.vvIndex < 0)
- {
- _parent.vvIndex = 0;
- _bb._x = 16;
- }
- }
- else
- {
- _parent.vvIndex += 4;
- if(_parent._parent._parent.vNamesC - 5 < _parent.vvIndex)
- {
- _parent.vvIndex = _parent._parent._parent.vNamesC - 5;
- _bb._x = 92;
- }
- }
- _parent.SetValues();
- _parent.SetTrack();
- }
-